/*  public static object GetTopthreecrops()
  * {
  *
  *
  *    return DBManager.GetTopthreecrops();
  *
  *
  *
  *
  * }
  */
 public static Customer getcustByID(int f)
 {
     return(DBManager.GetCustomerByID(f));
 }