public virtual GetAllPagedAndFilteredResponse <TDto> GetAllPagedAndFiltered(GetAllPagedAndFilteredRequest <TDto> request)
 {
     throw new NotImplementedException();
 }
 public GetAllPagedAndFilteredResponse <ProductDto> GetAllPagedAndFiltered(GetAllPagedAndFilteredRequest <ProductDto> request)
 {
     return(BranchLogic.GetAllPagedAndFiltered(request));
 }