public List <Departament> GetDepByStr(string searchStr)
 {
     return(_repository.GetByStr(searchStr));
 }