public static bool AddCrop_xref(int id, int cid, DateTime date, int quantity)
 {
     return(DBManager.AddCrop_xref(id, cid, date, quantity));
 }