public static List <Design> GetAll() { return(repository.GetAll()); }
public List <Designation> GetAll() { return(_designationRepository.GetAll()); }