public string Login(string email, string password) { clsDAL objDAL = new clsDAL(); return objDAL.checkLogin(email, password).ToJSON(); }