I try to make some abstract class for all my grid view controllers. Since all controllers will have the same GridViewPartial Action but with different parameters I decided to create struct ActionParams with Args property to keep all input parameters there. So here is my struct:I try to make some abstract class for all my gr