public ICollection <Cook> GetAll()
 {
     return(_cookRepository.GetAll());
 }