public bool IsMealExist(string name)
 {
     return(dao.IsMealExist(name));
 }