public List <Ration> GetAllRationsOfSpasificTable(int idTable)
 {
     return(d.GetAllRationsOfSpasificTable(idTable));
 }