public List <BankModel> GetAll() { List <Bank> data = _repository.FindBy(a => a.IsActive).ToList(); return(data.ConvertToListModel().ToList()); }